







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Get a read-only list view of the items in this ordered set. The
items in the list are in sorted order, with the smallest item
at index 0. This view does not copy any data, and reflects any
changes to the underlying OrderedSet.
Namespace: Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
C# |
---|
public IList<T> AsList() |
Visual Basic (Declaration) |
---|
Public Function AsList As IList(Of T) |
Visual C++ |
---|
public: IList<T>^ AsList () |
Return Value
A read-only IList<T> view onto this OrderedSet.
See Also
OrderedSet<(Of <T>)> Class
Wintellect.PowerCollections Namespace